home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / cdrom.cfg < prev    next >
Text File  |  1994-07-11  |  1KB  |  28 lines

  1. # This is a template file for cdrom.cfg.  Do not erase.
  2. #
  3. # A file similar to this should be place in the root directory of any
  4. #   cdrom disc that uses view.exe V 2.00.
  5. # For any changes to the format of cdrom.cfg, please hack config.h and
  6. #   config.h
  7.  
  8. DISC_TITLE = "QRZ Ham Radio"        # Title of cdrom
  9. UNZIP_ROOT = "QRZ"        # Used as root dir of dest in unzip
  10. UNZIP_PROG = "\utils\unzip.exe"        # where unzip.exe is located
  11.  
  12. # Unzip is a special case with its own entry in the config file.  
  13. # Other uncompression program can be specified in the following format..
  14. # Remove these lines if these programs are not used.
  15.  
  16. UNCOMPRESS ".zoo" "\bin\unzoo.exe"    # file extension, prog pathname
  17. UNCOMPRESS ".arc" "\bin\pkunzip.exe"    #  "      "     ,  "     "
  18.  
  19. # Other programs such as gif viewers or mod players can be incorporated into
  20. # the view program by adding entries in cdrom.cfg in the following
  21. # format...
  22. # Remove these lines if these programs are not used.
  23.  
  24. EXT ".gif" "\bin\vpic.exe /r /a"    # file extension, prog pathname
  25. EXT ".wav" "\wav\plaers\sound.exe"
  26. EXT ".fli" "\media\viewers\play.exe"
  27. # and etc....
  28.